Get User's System Status by User ID
{ getUserStatusById }
Gets the user's status in the system.
Method
/API2/access/getUserStatusById
Input Parameters
Name
userId
Type
string
Description
The system user ID
Output Response
Successful Result Code
200
Description of Response Type
Enabled/Disabled flag
Notes
Used with the 'toggleEnableUser' method.
Examples
Create new SAML user (JavaScript):
This example demonstrates how to create a new tenant, user and roles in Pyramid, when using SAML based authentication.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.